@charset "utf-8";
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea, img{
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	font-family:"microsoft yahei","微软雅黑";
	text-decoration: none;
	color: #333;
	list-style:none ;
	box-sizing: border-box;
	}
body{
	overflow-x: hidden;
	background: #fff;
}

A:hover{
	color: #1e50ae;
}

.bai a{
	color:#FFFFFF;
	}
 img{ 
 	border:0; 
 	display: block;
 	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.block{
	display:block;
	}

.duration15 { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; }
.duration18 { -webkit-animation-duration: 1.8s; animation-duration: 1.8s; }
.duration20 { -webkit-animation-duration: 2s; animation-duration: 2s; }
.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }
.delay3{ -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4{ -webkit-animation-delay: 0.65s; animation-delay: 0.65s; }
.delay5{ -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay6{ -webkit-animation-delay: 0.95s; animation-delay: 0.95s; }
.delay7{ -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.delay8{ -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay9{ -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay10{ -webkit-animation-delay: 1.55s; animation-delay: 1.55s; }
.an-hide{ 
	visibility:hidden;
    *visibility:visible;
	}
.an-show{ 
	visibility:visible;
}

@font-face
{
font-family: ywzt;
src: url('Impact.TTF'),
     url('Impact.eot'); /* IE9+ */
}
.txt{
    width: 275px;
    height: 42px;
    padding-left: 5px;
    font-size: 14px;
    outline: 0;
    border: 1px solid #ddd;
    border-right: none;
    background: 0 0;
    color: #666;
	float:left;
    line-height: 30px;
}
.submit1 {
    border: none;
    display: block;
    margin-right: 5px;
    width: 80px;
	float:left;
    height: 42px;
    background: url(ss.png) no-repeat center #0778be;
    line-height: 30px;
}
/*top*/

.head{
	width: 100%;
	background:#fff;
}

.logo{
	width:1200px;
	margin:auto;
	height:150px;
	}
.logoimg{
	padding-top:25px;
	float:left;
	}
.logo ul{
	width:280px;
	float:right;
	}
.logo ul .zywb{
	border:1px solid #ddd;
	width:162px;
	height:32px;
	float:right;
	margin-top:30px;
	margin-bottom:10px;
	}
.logo ul .zywb a{
	display:block;
	width:80px;
	float:left;
	text-align:center;
	line-height:30px;
	}
.tel{
	display:block;
	width:305px;
	font-size:32px;
	color:#0778be;
	float:right;
	text-align:right;
}
.tel img{
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
	}
/**/
.nav{
	width:100%;
	background:#0778be;
	height:40px;
}
.nav ul{
	width:1200px;
	margin:auto;
	}
.nav ul li{ 
	width:170px; 
	float:left;
	text-align:center; 
	height: 40px;
	float: left;
	position: relative;
	}
.nav ul li a{
	display: block;
	width: 170px;
	line-height: 40px;
	color: #FFF;
	font-size:15px;
	text-align: center;
}
.nav ul li a:hover , .nav ul .sy a{
	color:#fff;
	background:#db0a17; 
}
.nav .submenu{ 
	width: 100%;
	position:absolute; 
	top:40px;
	display:none; 
	z-index:999;
	background-image:none;
	background-color: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	
	}
.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #666;
	text-align:left;
	padding-left:15px;
	width:100%;
    line-height: 32px;
    font-size: 14px;
    font-weight: normal;
    height: 33px;
	color:#fff;
	border-top:1px solid rgba(255,255,255,0.2);
	background:none;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	background:#db0a17 !important;
	color:#fff;
	}

/*banner*/
.swiper-container {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	width:40px;
	height:80px;
	left:0px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	width:40px;
	right:0px;
	height:80px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-prev:hover , .swiper-button-next:hover {
	background:#f07800;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:20px;
	}
.swiper-pagination-bullet {
	width:18px;
	height: 18px;
	opacity:0.8;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#db0a17;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:30px;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-45px;
	}

/**/
.tabmenu {
	width:1200px;
	margin: 120px auto 0;
	overflow:hidden;
	}
.tabmenu ul{
	width:1300px;
	}
.tabmenu ul li { 
	text-align:center; 
	float:left; 
	display:block; 
	width:188px;
	float:left;
	margin:0 15px 24px 0; 
	height:45px; 
	line-height:45px; 
	font-size:16px;
	background-color: #0778be;
	color:#fff;
	cursor:pointer;
	}
.tabmenu .cli {
	background-color: #b4d6eb;
	color:#333333;
	}
#tabcontent {
	width:1200px;
	box-sizing:border-box;
	margin:auto;
	overflow:hidden;
	}
#tabcontent ul{
	width:1300px;
	
	}
#tabcontent ul li{
	width:390px;
	float:left;
	height:438px;
	margin-right:15px;
	position:relative;
}
#tabcontent ul li .cptp{
	width:390px;
	height:390px;
	}
#tabcontent ul li h2{
	background:#0778be;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	line-height:48px;
	height:48px;
	padding:0 10px 0 20px
	}
#tabcontent ul li h2 span{
	font-size:17px;
	display:block;
	float:right;
	border-radius:16px;
	height:32px;
	background:#fff;
	width:142px;
	line-height:32px;
	text-align:center;
	color:#0778be;
	margin-top:8px;
	}
#tabcontent ul li h2 span img{
	display:inline-block;
	margin-left:20px;
	}
#tabcontent ul li h4{
	width:390px;
	height:390px;
	position:absolute;
	top:-395px;
	transition:all 0.3s;
	text-align:center;
	background-color: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
#tabcontent ul li h4 span{
	display:inline-block;
	border-radius:50%;
	margin-top:160px;
	background-color: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	padding:20px;
	}
#tabcontent ul li:hover h4{
	top:0px;
	}
#tabcontent .hidden {
	display:none;
	}
/**/
.bt{
	width:1200px;
	margin:auto;
	padding-bottom:20px;
	}
.bt h4{
	height:30px;
	text-align:center;
	font-size:20px;
	font-weight:normal;
	color:#0078bf;
	font-weight:normal;
	text-transform:uppercase;
	line-height:30px;
	}	
.bt h2{
	display:block;
	width:1200px;
	text-align:center;
	height:59px;
	padding-top:15px;
	background:url(bt_bj.png) no-repeat 480px 0;
	font-size:30px;
	color:#0078bf;
	font-weight:normal;
	}
/**/

.about_bj{
	background:url(ab_bj.jpg) no-repeat  center top;
	width:100%;
	margin-top:120px;
	padding-top:105px;
	}
.about{
	width:1200px;
	margin:auto;
	background:#fff;
	padding:25px  30px 50px 30px;
	}
.about_top .left{
	width:596px;
	}
.about_top .left h2{
	height:55px;
	margin-bottom:15px;
	padding-left:40px;
	font-weight:normal;
	background:url(bt_bj.png) no-repeat left;
	font-size:32px;
	color:#0078bf;
	padding-top:10px;
	}
.about_top .left li{
	padding-left:20px;
	}
.about_top .left a{
	float:right;
	}
.about_top .left li p{
	line-height:26px;
	color:#444;
	}
.about_top .right{
	background:url(abtpbj.jpg) right bottom no-repeat;
	width:485px;
	height:330px;
	}
.about_bot{
	width:1100px;
	margin:auto;
	overflow:hidden;
	}
.about_bot h2{
	font-size:32px;
	color:#0078bf;
	font-weight:normal;
	padding:15px 0;
	}
.about_bot ul{
	width:1150px;
	}
.about_bot ul li{
	width:253px;
	height:190px;
	float:left;
	margin-right:29px;
	}
.about_bot ul li img{
	width:253px;
	height:190px;
	}
/**/
.shuoshu{
	width:1200px;
	margin:auto;
	background:#fff;
	margin-top:60px;
	overflow:hidden;
	padding:30px;
	}
.shuoshu ul li{
	width:245px;
	margin:0px 20px;
	height:410px;
	border-radius:8px;
	float:left;
	text-align:center;
	font-size:20px;
	box-shadow:#888 2px 5px 8px;
	}
.shuoshu ul li h2{
	font-size:30px;
	text-align:center;
	font-weight:normal;
	margin-top:45px;
	}
.shuoshu ul li img{
	margin:auto
	}
.shuoshu ul li span{
	background:url(ico_btbj.png) no-repeat;
	font-size:20px;
	color:#fff;
	width:133px;
	height:32px;
	line-height:32px;
	margin:40px  auto 0;
	display:block;
	}
/**/
.news_bj{
	background:#eee;
	margin-top:80px;
	padding:70px 0 100px 0;
	}
.news{
	width: 1200px;
	margin: auto;
	overflow:hidden;
}
.news ul{
	width:1300px;
	}
.news ul li{
	width:353px;
	float:left;
	margin-right:70px;
	}
.news ul li img{
	margin:30px 0;
	width:353px;
	height:177px;
	}
.news ul li h4{
	border:1px solid #ddd;
	height:85px;
	text-align:center;
	line-height:83px;
	background:#fff;
	}
.news ul li b{
	font-size:16px;
	color:#333333;
	font-weight:normal;
	line-height:32px;
	margin-bottom:10px;
	display:block;
	}
.news ul li p{
	line-height:24px;
	font-size:13px;
	color:#555;
	}
.news ul li span{
	display:block;
	margin-top:20px;
	background:url(news_more.png) no-repeat  center left;
	color:#9b9a9a;
	height:22px;
	line-height:22px;
	padding-left:32px;
	}
/**/
.zxly_index{
	width:1200px;
	margin:auto;
	padding-top:100px;
	overflow:hidden;
	}
.zxly_index ul{
	padding-bottom:20px;
	}
.zxly_index ul li{
	width:380px;
	float:left;
	margin-right:30px;
	}
.zxly_index  span{
	color:#ff0000;
	}
.zxly_index .form-control{
	width:100%;
	float: left;
	margin-top:10px;
	background:#eeeeee;
	border: 1px solid #eeeeee;
	padding: 10px;
}
/**/
.foot{
	width: 100%;
	padding: 65px 0 40px 0;
	margin-top:100px;
	background:url(foot_bj.jpg);
}
.foot ul{
	width: 1200px;
	margin: auto;
	padding-top:40px;
}
.foot_nav{
	background:#fff;
	width:1200px;
	text-align:center;
	margin:auto;
	height:42px;
	line-height:42px;
	color:#333;
	}
.foot_nav a{
	font-size:16px;
	padding:0 5px;
	display:inline-block
	}
.foot ul img{
	float:left;
	margin-top:30px;
	}
.foot ul li{
	border-left:1px solid #fff;
	float:right;
	width:820px;
	padding-left:40px;
	color:#fff;
	line-height:28px;
	}
.foot ul li a{
	color:#fff;
	}
/**/
.pagination{
	text-align: center;
	padding-top: 20px;
	border-top:1px solid #e4e4e4;
}
.page-item{
	display: inline-block;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ddd;
}
.page-num{
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #ddd;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background: #0778be;
}
.page-num-current{
	background: #0778be;
	color: #fff;
}
/**/
.mian{
	width: 1200px;
	position: relative;
	margin: 60px auto 60px;
}
.mian_left{
	width:270px;
	float:left;
	}
.mian_right{
	width:910px;
	float:right;
	padding: 30px 20px;
	overflow:hidden;
	border: 1px solid #e4e4e4;
	}
.mian_left_bt{
	background:url(pr_nav.png) no-repeat 220px 25px #0778be;
	width:100%;
	height:80px;
	line-height:80px;
	padding:0 25px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	} 
.product_nav  ul{
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	}
.product_nav  ul li{
	border-bottom:1px solid #ddd;
	}
.product_nav  ul li a{
	font-size:16px;
	display:block;
	width:100%;
	line-height:52px;
	font-size:15px;
	padding:0 20px;
	height:52px;
	background:url(xjt.png) no-repeat 240px 18px;
	}	
.product_nav  ul li a:hover{
	background:url(xjt.png) no-repeat 240px 18px #0778be;
	color:#fff;
	}
.product_nav  ul  .sy a{
	background:url(xjt.png) no-repeat 240px 18px #0778be;
	color:#fff;
	}
.product_nav  ul li dt{
	border-left:1px solid #ddd;
	width:216px;
	height:30px;
	margin:auto;
	}
.product_nav  ul li dt .navl2{
	height:30px;
	line-height:30px;
	font-size:14px;
	padding:0 10px;
	}
.product_nav  ul li dl{
	padding-bottom:15px;
	}	
.left_contact{
	border: 1px solid #e4e4e4;
    margin-top: 20px;
    padding: 0 19px 20px;
    margin-top: 20px;
	}
.left_contact h2{
	font-size: 18px;
    color: #0778be;
    font-weight: normal;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 18px;
	}
.left_contact p{
	line-height:28px;
	}
.left_contactqq{
	display: block;
    width: 160px;
    height: 50px;
    overflow: hidden;
    text-decoration: none;
    margin-top: 20px;
	color:#fff;
	line-height:50px;
	 background: url(leftqqb.png) no-repeat 140px 18px  #0778be;
	}
.left_contactqq:hover{
	color:#fff;
	}
.left_contactqq span{
	display: block;
    width: 50px;
    height: 50px;
	margin-right:20px;
    float: left;
    border-right: 1px solid #fff;
    background: url(leftqq.png) no-repeat center;
	}
/**/
.n_nav h2{
	font-size: 20px;
    color: #0778be;
	text-align:center;
	}
.n_nav img{
	margin:20px 0;
	}
.n_nav h4{
	text-align:center;
	margin-bottom:20px;
	color:#999;
	font-weight:normal;
	}
.pagenr{
	line-height:30px;
	}
.pagenr img{
	max-width:870px;
	}
/**/

.productlist{
	width:870px;
	overflow:hidden;
	}
.productlist ul{
	width:950px;
	}
.productlist ul li{
	width:280px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	}
.productlist ul li span{
	width:280px;
	height:218px;
	display:block;
	overflow:hidden;
	}
.productlist ul li span img{
	width:280px;
	height:218px;
	transition:all 0.6s;
	}
.productlist ul li:hover span img{
	transform: scale(1.1);	
	}
.productlist ul li p{
	text-align:center;
	line-height:50px;
	background:#f1f1f1;
	}
/**/
.productshow{
	padding:0px;
	}
.productshowtop{
	border-bottom:1px solid #ddd;
	position:relative;
	}
.productshowtop .productshowtopleft{
	width:560px;
	float:left;
	border-right:1px solid #ddd;
	}
.productshowtop ul{
	width:348px;
	float:right;
	padding:30px;
	}
.productshowtop ul h2{
	font-size: 20px;
    color: #333333;
    font-weight: bold;
    height: 50px;
	border-bottom:1px solid #ddd;
    overflow: hidden;
	}
.productshowtop ul h3{
	font-weight:normal;
	padding-top:20px;
	}
.productshowtop ul h3 span{
	display:block;
	width:155px;
	margin-top:5px;
	float:left;
	}
.productshowtop ul h3 b{
	font-size:20px;
	color:#f07800;
	}
.productshowtop ul h3 img{
	float:left;
	}
.productshowtop ul p{
	line-height:28px;
	margin-top:20px;
	}
.productshowbot{
	padding: 20px 19px 0;
	}
.productshowbt{
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	}
.productshowbt h2{
	width:150px;
	height:54px;
	background: #0778be;
	line-height:54px;
	text-align:center;
    color: #fff;
	}
/**/
.newslist {
	width:870px;
	border-top:none;
	}
	
.newslist ul li{
	border-top:1px solid #f4f4f4;
	margin-bottom:15px;
	padding-top:15px;
	}	

.newslist ul li p{
	display:block;
	width:100%;
	color:#888;
	line-height:24px;
	}	
	
.newslist ul li p b{
	display:block;
	color:#333;
	font-size:18px;
	margin-bottom:10px;
	}	
	
.newslist ul li p	span{
	display:block;
	width:110px;
	height:35px;
	margin-top:15px;
	background:#ff8046;
	color:#fff;
	text-align:center;
	line-height:35px;
	}
/**/
.caselist{
	width: 870px;
	overflow: hidden;
	margin: 30px auto 0;
}
.caselist ul{
	width: 930px;
}
.caselist ul li{
	width: 285px;
	float: left;
	height: 330px;
	margin:0 7px 10px 0;
	overflow: hidden;	
	background: #fff;
	padding: 4px;
	position: relative;
	border: 1px solid #ddd;
}
.caselist ul li img{
	width: 275px;
	height: 275px;
}
.caselist ul li p{
	text-align:center;
	line-height:42px;
	}
/**/
.logolist ul li{
	width:168px;
	height:63px
	}
.logolist ul li img{
	width:158px;
	height:51px;
	}
/**/
.about_list{
	width:350px;
	float:left;
	margin-left:50px;
	padding:0 0 30px 0;
	border:1px solid #ddd;
	}
.about_list h2{
	text-align:center;
	line-height:55px;
	color:#fff;
	font-size:20px;
	margin-bottom:20px;
	background:#0778be;
	}
.about_list p{
	text-align:center;
	line-height:28px;
	}
/**/
.downlist ul{
	margin-bottom:20px;
	}
.downlist ul li{
	border-bottom:1px dashed #ddd;
	margin-top:10px;
	padding-bottom:10px;
	line-height:20px;
	}
.downlist ul li img{
	float:right;
	height:20px;
	}

/**/
.nr100{
	width: 98%;
	display:block;
	height: 160px;
	padding: 20px;
	margin:auto;
	box-sizing:border-box;
	border: 1px solid #d1d1d1;
}

.nr30{
	width: 31.3%;
	float: left;
	margin: 10px 1%;
	border: 1px solid #d1d1d1;
	padding: 10px;
}
.nr301{
	width: 360px;
	float: left;
	margin-top: 20px;
}
.nr20{
	width: 40%;
	float: left;
	border: 1px solid #d1d1d1;
	padding: 10px;
	margin-left:5%;
}
.nr301 img{
	float: left;
	margin-left: 30px;
}
.submit{
	background: #0778be;
    width: 300px;
    height: 40px;
    border: 0px;
	margin-left:1%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
}
/**/
#juheweb {
	width: 100%;
}
#juheweb dt {
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	cursor: pointer;
}
#juheweb dd {
	line-height: 26px;
	margin-bottom: 25px;
}
.none {
	display: none;
}

#floatDivBoxs img{
	display:inline
	}
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:100px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:6px 14px;}
#floatDivBoxs .floatDtel{
    font-size: 25px;
    font-weight: normal;
    color: #e2a83e;
    font-family: ywzt;
	padding:0 0 20px 15px;
}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(online_arrow.jpg) no-repeat;position:fixed;top:100px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}







